projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30ebb54
)
* Fix `startup--require-comp-safely' (bug#53675)
author
Andrea Corallo
<akrl@sdf.org>
Tue, 1 Feb 2022 09:24:12 +0000
(10:24 +0100)
committer
Andrea Corallo
<akrl@sdf.org>
Tue, 1 Feb 2022 10:30:17 +0000
(11:30 +0100)
* lisp/startup.el (startup--require-comp-safely): Remove unnecessary
check.
lisp/startup.el
patch
|
blob
|
history
diff --git
a/lisp/startup.el
b/lisp/startup.el
index 4653b1ded63d77f768ceb01277531c169cecd0a3..7834e102131eab51b6766f729cb5d3314464895f 100644
(file)
--- a/
lisp/startup.el
+++ b/
lisp/startup.el
@@
-523,7
+523,7
@@
DIRS are relative."
(defvar comp--delayed-sources)
(defun startup--require-comp-safely ()
"Require the native compiler avoiding circular dependencies."
- (unless (featurep '
comp
)
+ (unless (featurep '
native-compile
)
;; Require comp with `comp--loadable' set to nil to break
;; circularity.
(let ((comp--loadable nil))